home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 December / EnterCD 12_2004.iso / Internet / GetRight 5.2 / getrt520.exe / %MAINDIR% / credits.txt next >
Encoding:
Text File  |  2004-10-07  |  7.4 KB  |  158 lines

  1. Some of the third party tools used by GetRight.
  2.  
  3. Note: Typos and spelling mistakes are included here just as they are in the 
  4. original files--these notices are required to be included without 
  5. modifications.
  6.  
  7.  
  8. This product includes software developed by the OpenSSL Project
  9. for use in the OpenSSL Toolkit (http://www.openssl.org/)
  10.  
  11. /* ====================================================================
  12.  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  13.  *
  14.  * Redistribution and use in source and binary forms, with or without
  15.  * modification, are permitted provided that the following conditions
  16.  * are met:
  17.  *
  18.  * 1. Redistributions of source code must retain the above copyright
  19.  *    notice, this list of conditions and the following disclaimer. 
  20.  *
  21.  * 2. Redistributions in binary form must reproduce the above copyright
  22.  *    notice, this list of conditions and the following disclaimer in
  23.  *    the documentation and/or other materials provided with the
  24.  *    distribution.
  25.  *
  26.  * 3. All advertising materials mentioning features or use of this
  27.  *    software must display the following acknowledgment:
  28.  *    "This product includes software developed by the OpenSSL Project
  29.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  30.  *
  31.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  32.  *    endorse or promote products derived from this software without
  33.  *    prior written permission. For written permission, please contact
  34.  *    openssl-core@openssl.org.
  35.  *
  36.  * 5. Products derived from this software may not be called "OpenSSL"
  37.  *    nor may "OpenSSL" appear in their names without prior written
  38.  *    permission of the OpenSSL Project.
  39.  *
  40.  * 6. Redistributions of any form whatsoever must retain the following
  41.  *    acknowledgment:
  42.  *    "This product includes software developed by the OpenSSL Project
  43.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  44.  *
  45.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  46.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  47.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  48.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  49.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  50.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  51.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  52.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  53.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  54.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  55.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  56.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  57.  * ====================================================================
  58.  *
  59.  */
  60.  
  61. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  62.  * All rights reserved.
  63.  *
  64.  * This package is an SSL implementation written
  65.  * by Eric Young (eay@cryptsoft.com).
  66.  * The implementation was written so as to conform with Netscapes SSL.
  67.  * 
  68.  * This library is free for commercial and non-commercial use as long as
  69.  * the following conditions are aheared to.  The following conditions
  70.  * apply to all code found in this distribution, be it the RC4, RSA,
  71.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  72.  * included with this distribution is covered by the same copyright terms
  73.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  74.  * 
  75.  * Copyright remains Eric Young's, and as such any Copyright notices in
  76.  * the code are not to be removed.
  77.  * If this package is used in a product, Eric Young should be given attribution
  78.  * as the author of the parts of the library used.
  79.  * This can be in the form of a textual message at program startup or
  80.  * in documentation (online or textual) provided with the package.
  81.  * 
  82.  * Redistribution and use in source and binary forms, with or without
  83.  * modification, are permitted provided that the following conditions
  84.  * are met:
  85.  * 1. Redistributions of source code must retain the copyright
  86.  *    notice, this list of conditions and the following disclaimer.
  87.  * 2. Redistributions in binary form must reproduce the above copyright
  88.  *    notice, this list of conditions and the following disclaimer in the
  89.  *    documentation and/or other materials provided with the distribution.
  90.  * 3. All advertising materials mentioning features or use of this software
  91.  *    must display the following acknowledgement:
  92.  *    "This product includes cryptographic software written by
  93.  *     Eric Young (eay@cryptsoft.com)"
  94.  *    The word 'cryptographic' can be left out if the rouines from the library
  95.  *    being used are not cryptographic related :-).
  96.  * 4. If you include any Windows specific code (or a derivative thereof) from 
  97.  *    the apps directory (application code) you must include an acknowledgement:
  98.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  99.  * 
  100.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  101.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  102.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  103.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  104.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  105.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  106.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  107.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  108.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  109.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  110.  * SUCH DAMAGE.
  111.  * 
  112.  * The licence and distribution terms for any publically available version or
  113.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  114.  * copied and put under another distribution licence
  115.  * [including the GNU Public Licence.]
  116.  */
  117.  
  118.  
  119.  
  120. This product includes the 'zlib' general purpose compression library. 
  121. http://www.zlib.org/
  122.  
  123. /* 
  124.   'zlib' general purpose compression library
  125.   version 1.2.1, November 17th, 2003
  126.  
  127.   Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler
  128.  
  129.   This software is provided 'as-is', without any express or implied
  130.   warranty.  In no event will the authors be held liable for any damages
  131.   arising from the use of this software.
  132.  
  133.   Permission is granted to anyone to use this software for any purpose,
  134.   including commercial applications, and to alter it and redistribute it
  135.   freely, subject to the following restrictions:
  136.  
  137.   1. The origin of this software must not be misrepresented; you must not
  138.      claim that you wrote the original software. If you use this software
  139.      in a product, an acknowledgment in the product documentation would be
  140.      appreciated but is not required.
  141.   2. Altered source versions must be plainly marked as such, and must not be
  142.      misrepresented as being the original software.
  143.   3. This notice may not be removed or altered from any source distribution.
  144.  
  145.   Jean-loup Gailly        Mark Adler
  146.   jloup@gzip.org          madler@alumni.caltech.edu
  147.  
  148.  
  149.   The data format used by the zlib library is described by RFCs (Request for
  150.   Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
  151.   (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
  152. */
  153.  
  154.  
  155.  
  156.  
  157.  
  158.